{ "version": 4, "terraform_version": "1.8.2", "serial": 102, "lineage": "1a673859-f386-7afe-6933-ccb365bb34ef", "outputs": { "db_endpoint": { "value": "db-4.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-0e7871acf06eac131", "ami": "ami-fa646aa3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0df948b1"], "subnet_id": "subnet-62232170", "key_name": "prod-deploy-key" } } ] } ] }