{ "version": 4, "terraform_version": "1.6.1", "serial": 294, "lineage": "9ee1b3fd-f40c-f2f4-22b4-28760208ff59", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c25cba1b763de0692", "ami": "ami-0bcd030e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9ef9f298"], "subnet_id": "subnet-3abbbcfb", "key_name": "prod-deploy-key" } } ] } ] }