{ "version": 4, "terraform_version": "1.6.0", "serial": 195, "lineage": "383f3d23-8878-251c-6bd2-2486eb6fe4b6", "outputs": { "db_endpoint": { "value": "db-0.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-c6d2101cfcadd3cc5", "ami": "ami-552e29e9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d66c0803"], "subnet_id": "subnet-6fbaa342", "key_name": "prod-deploy-key" } } ] } ] }