{ "version": 4, "terraform_version": "1.5.8", "serial": 569, "lineage": "08d2e3cd-31d2-d6fd-394b-22560b25ea13", "outputs": { "db_endpoint": { "value": "db-2.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-495e91d304275af6a", "ami": "ami-e1d754db", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bd51be50"], "subnet_id": "subnet-da0561f2", "key_name": "prod-deploy-key" } } ] } ] }